projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed1d7fc
)
(x-complement-fontset-spec): Complement size too.
author
Kenichi Handa
<handa@m17n.org>
Wed, 26 Dec 2007 01:53:14 +0000
(
01:53
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Wed, 26 Dec 2007 01:53:14 +0000
(
01:53
+0000)
lisp/international/fontset.el
patch
|
blob
|
history
diff --git
a/lisp/international/fontset.el
b/lisp/international/fontset.el
index fe269f07e4f3b2e5cc7472b962aa046a65314909..397a88214b6b9cb59f1eabcfecc2e87970007181 100644
(file)
--- a/
lisp/international/fontset.el
+++ b/
lisp/international/fontset.el
@@
-704,7
+704,7
@@
FONTLIST is an alist of script names vs the corresponding font names.
The font names are parsed and unspecified font properties are
given from DEFAULT-SPEC."
- (let ((prop-list '(:foundry :family :weight :slant :width :adstyle)))
+ (let ((prop-list '(:foundry :family :weight :slant :width :adstyle
:size
)))
(dolist (elt fontlist)
(let ((spec (font-spec :name (cadr elt))))
(dolist (prop prop-list)